Added "fit-model" and "draw-sensitive" properties to GtkCellView
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 24 Nov 2010 05:59:55 +0000 (14:59 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 4 Jan 2011 14:37:08 +0000 (23:37 +0900)
commite1ecd34ce1e57b874cdf5b097db2b5a0c518956e
treee8549de09782cdd115a569e44809480d871cce6f
parentd48690c32cb96d111b8cf8ab866303e1600df6ba
Added "fit-model" and "draw-sensitive" properties to GtkCellView

 - "fit-model" decides that the cellview should request space for
   the entire treemodel, this ensures the cell view displayed on
   a combo box will not spuriously change size when the selected
   item changes.

 - "draw-sensitive" forces cell area to render cells sensitive
   even if they are insensitive in the model.
gtk/gtkcellview.c
gtk/gtkcellview.h